@media (max-width: 768px) {
    /* �ֲ�ͼ */
    .carousel-inner>.item>img {
        line-height: 1;
        /* height: 20rem; */
        width: 100%;
    }
    .container {
        width: 100%;
    }
    a {
        color: #444444;
    }
    a:hover {
        text-decoration: none;
    }
    header {
        background-color: #F7F7F7;
    }
    .top_greet {
        width: 100%;
        background-color: #F82725;
    }
    .top_greet .col-md-12>div {
        padding: 10px;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        font-size: 1.3rem;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    body {
        width: 100%;
        overflow: hidden
    }
    .logo {
        width: 100%;
        height: 160px;
        background: rgba(255, 255, 255, 0.7);
        /* position: fixed; */
        z-index: 101;
    }
    .logo .col-md-12 {
        padding: 10px 0px;
    }
    .logo .logo_img>img {
        width: 25%;
        height: auto;
        margin-right: 5px;
        transform: translateY(-4px);
    }
    .logo .logo_img>div {
        /*-webkit-text-stroke: 0.01rem #fff;*/
    }
    .logo .logo_img>div {
        padding: 7px 0px;
    }
    .logo .logo_img>div>p {
        color: black;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .logo .logo_img>div>span {
        color: #666666;
        font-size: 1.35rem;
    }
    .logo .nav_box ul {
        width: 100%;
        display: inline-block;
    }
    .logo .nav_box li {
        display: flex;
        float: left;
        margin: 10px 14px 0px;
    }
    .logo .nav_box li>a {
        color: #333333;
        padding: 12px;
        font-size: 1.6rem;
    }
    .logo .nav_box li>a.active,
    .logo .nav_box li>a:hover {
        color: #F82725;
        border-bottom: 1.5px solid #F82725;
    }
    .logo .mobile_box {
        float: right;
        margin-right: 3%;
        margin-top: 1%;
        width: 32px;
        text-align: center;
    }
    .logo .mobile_box img {
        margin-bottom: 3px;
    }
    .logo .mobile_nav {
        position: fixed;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #434334;
        transition: all 0.5s;
    }
    .logo .mobile_nav li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #fff;
    }
    .logo .mobile_nav li:nth-of-type(1) {
        /*border-bottom: none;*/
    }
    .logo .mobile_nav li>a {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        color: #fff;
        line-height: 50px;
        text-align: center;
    }
    .logo .mobile_nav li>button {
        float: right;
        background: #fff;
        border-radius: 100%;
    }
    .form_box {
        display: inline-block;
    }
    .form_box button {
        width: 26px;
        height: 26px;
        vertical-align: top;
        border-radius: 2px;
    }
    .form_box button>img {
        width: 85%;
    }
    .form_box input {
        text-indent: 1em;
        width: 260px;
        height: 26px;
        color: #4E4E4E;
        font-size: 1.4rem;
        border: 1px solid #4E4E4E;
    }
    .top_texing {
        width: 100%;
        margin: 2rem auto;
        /*border-radius: 0.8rem;
    box-shadow: 3px 3px 8px #ADADAD;*/
    }
    .adv_texing {
        font-size: 1.2rem;
        text-indent: 4em;
        display: inline-block;
        width: 40%;
        margin: 4%;
        border-bottom: 0.2rem solid #2e2e2e;
        padding: 3% 0%;
        cursor: pointer;
    }
    .adv_texing:nth-child(1) {
        background: url(../image/top_icon1.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(1):hover {
        color: #F82725;
        border-bottom: 0.2rem solid #F82725;
        background: url(../image/top_icon01.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(2) {
        background: url(../image/top_icon2.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(2):hover {
        color: #F82725;
        border-bottom: 0.2rem solid #F82725;
        background: url(../image/top_icon02.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(3) {
        background: url(../image/top_icon3.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(3):hover {
        color: #F82725;
        border-bottom: 0.2rem solid #F82725;
        background: url(../image/top_icon03.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(4) {
        background: url(../image/top_icon4.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .adv_texing:nth-child(4):hover {
        color: #F82725;
        border-bottom: 0.2rem solid #F82725;
        background: url(../image/top_icon04.png) no-repeat left center;
        background-size: 3rem 3rem;
        background-position-x: 2rem;
    }
    .clearfix:before {
        display: table;
        content: " ";
    }
    .clearfix:after {
        clear: both;
    }
    .content-column {
        position: relative;
        padding: 0% 5%;
    }
    .content-column h3 {
        position: relative;
        color: #222;
        font-size: 2rem;
        text-transform: uppercase;
        font-family: source_sans_problack;
    }
    .blue_div {
        background-color: #0B4D93;
        height: 0.15rem;
        width: 4rem;
        margin: 0.5rem 0;
    }
    .content-column .text {
        text-indent: 2em;
        position: relative;
        color: #777;
        font-size: 14px;
        margin-top: 15px;
        line-height: 2rem;
    }
    .content-column .fact-counter {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        border-top: 1px dashed #e5e5e5;
    }
    .adv_texing1 {
        font-size: 1.8rem;
        display: inline-block;
        width: 48%;
        margin: 2rem 0rem;
        position: relative;
    }
    .adv_texing_txt1 {
        position: absolute;
        left: 28%;
        font-size: 1.4rem;
    }
    .about_icon {
        display: inline-block;
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        background-color: #81A2C5;
        padding-top: 6%;
    }
    .about_icon>img {
        width: 60%;
    }
    .content-column .fact-counter .inner-column {
        position: relative;
        z-index: 5;
        float: left;
        width: auto;
        text-align: left;
        background: 0 0;
        padding: 0;
        margin-right: 50px;
    }
    .content-column .fact-counter .inner-column .inner {
        position: relative;
        text-align: left;
        padding-left: 80px;
    }
    .clearfix {}
    .about_img {
        overflow: hidden;
        padding: 5%;
    }
    .about_img>img {
        width: 100%;
        transition: all .5s;
    }
    .about_img>img:hover {
        transform: scale(1.2);
    }
    .about_tit {
        color: #0B4D93;
        text-indent: 2em;
        font-size: 24px;
        text-align: center;
        margin-bottom: 50px;
    }
    .four_adv {
        background-color: #f8f8f8;
        padding: 2rem 0rem;
        position: relative;
    }
    .four_advtit {
        width: 70%;
        margin: 0rem auto;
        text-align: center;
    }
    .four_advtit>p {
        color: #333333;
        font-size: 2.5rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .four_advtit>div {
        width: 11%;
        margin: 1rem auto;
        height: 0.3rem;
        background-color: #F82725;
    }
    .four_advtit>span {
        color: #656565;
        font-size: 1.6rem;
    }
    .four_advtit>span:last-child {
        font-size: 1.6rem;
    }
    .ldys_box {
        width: 100%;
    }
    .ldys_content {
        /* display: inline-block; */
        float: left;
        width: 50%;
        padding-top: 1.5rem;
        position: relative;
    }
    .ldys_icon {
        width: 10rem;
        height: 10rem;
        border: 1px solid #F82725;
        border-radius: 50%;
        margin: 0 auto;
    }
    .ldys_content:nth-child(1)>.ldys_icon {
        background: url("../img/youshi01.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_content:nth-child(2)>.ldys_icon {
        background: url("../img/youshi02.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_content:nth-child(3)>.ldys_icon {
        background: url("../img/youshi03.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_content:nth-child(4)>.ldys_icon {
        background: url("../img/youshi04.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_content:nth-child(5)>.ldys_icon {
        background: url("../img/youshi05.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_content:nth-child(6)>.ldys_icon {
        background: url("../img/youshi06.png") no-repeat center center;
        background-size: 5rem 5.5rem;
    }
    .ldys_h {
        display: none;
        padding: 20px;
        font-size: 1.4rem;
    }
    .ldys_content>p {
        font-size: 1.6rem;
        margin: 1rem auto;
    }
    .xiliebox {
        width: 100%;
        margin: 0px auto;
    }
    .xiliebox>.fl1 {
        text-align: center;
        background: url("../img/cpzx_typebg.png") no-repeat center center;
        background-size: 100% 100%;
        padding: 5% 0;
    }
    .xiliebox>.fl1>p {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .xiliebox>.fl1>div {
        margin: 30px 0px;
    }
    .xiliebox>.fl1>div>a {
        padding: 10px 40px;
        border: 1px solid #F82725;
        color: #494949;
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
        border-radius: 30px;
    }
    .xiliebox>.fr1 img {
        /* height: 480px; */
    }
    .typebox {
        width: 100%;
        /* margin-right: auto;
        margin-left: auto; */
    }
    .typetit {
        width: 80%;
        margin: 30px auto;
        position: relative;
    }
    .typetit>img {
        width: 90px;
    }
    .typetit>.etit {
        color: #F82725;
        font-size: 1.6rem;
        margin: 10px 0px;
    }
    .typetit>.ctit {
        padding: 0 10px;
        /* color: #7e7e7e; */
        font-size: 2.8rem;
        position: relative;
        z-index: 1;
        background-color: #F4F4F4;
    }
    .typetit>.linetit {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #7e7e7e;
        top: 75%;
        z-index: -1;
    }
    .typetit>.ftit {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .aboutus {
        width: 100%;
        position: relative;
        margin-bottom: 100px;
    }
    .aboutus>img {
        width: 100%;
    }
    .aboutconent1,
    .aboutconent2 {
        display: inline-block;
    }
    .aboutconent1 {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .aboutconent1>h4 {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .aboutconent1>p {
        text-indent: 2em;
        font-size: 15px;
        line-height: 2.4rem;
    }
    .aboutconent2 {
        width: 85%;
        padding: 20px;
        background-color: #F82725;
        color: #fff;
        position: relative;
    }
    .aboutconent2>h1 {
        font-weight: bold;
    }
    .aboutconent2>a {
        font-size: 16px;
        color: #fff;
    }
    .aboutconent2>div {
        width: 50px;
        height: 50px;
        background-color: #F82725;
        position: absolute;
        bottom: -50px;
        right: -50px;
    }
    .anlibox {
        width: 100%;
        background-image: url("../img/anlibg.png");
        background-size: 100% 100%;
        /* padding: 5% 14%; */
    }
    .anliitem {
        padding: 8px;
        position: relative;
    }
    .anliitem>a>img {
        width: 100%;
    }
    .anlitit {
        background: #fff;
        padding: 10px 0px 50px;
    }
    .anlitit>span {
        font-size: 18px;
    }
    .anlimore {
        width: 30%;
        padding: 20px 0px 10px;
        text-align: center;
        background-image: url("../img/morebg.png");
        background-size: 100% 100%;
        position: absolute;
        bottom: 16px;
        left: 0px;
    }
    .anlimore>a {
        color: #fff;
        font-size: 16px;
    }
    .hezuobox>div {
        width: 105%;
    }
    .custommade {
        background-image: url("../img/dzlc_bg.png");
        background-size: 100% 100%;
        color: #fff;
    }
    .custombox {
        width: 80%;
        margin: 0 10%;
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .dzitem {
        /* display: inline-block; */
        width: calc(100%/9);
        border-left: 1px dashed #C9C9C9;
        border-bottom: 1px dashed #C9C9C9;
        height: 60px;
        float: left;
        position: relative;
    }
    .ldzitem {
        border-right: 1px dashed #C9C9C9;
    }
    .dzitemr:hover {
        border-color: #F82725;
    }
    .dzitemr:hover>.dzitemh_img {
        display: inline-block;
    }
    .dzitemr {
        border: 1px dashed #C9C9C9;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        color: #fff;
        padding: 10%;
        position: absolute;
        left: -45px;
        top: -90px;
        background: url("../img/liuchenhghbg.png")no-repeat top center;
        background-size: 100% 100%;
        z-index: 1;
    }
    .dzitemh_img {
        display: none;
        width: 103%;
        height: 45%;
        position: absolute;
        bottom: 0;
        left: -1px;
        z-index: -1;
        background: url("../img/liuchenhghbg.png")no-repeat top center;
        background-size: 100% 100%;
    }
    .dzitemr>img {
        width: 48%;
    }
    .dzitemr>p {
        font-size: 1.5rem;
        margin-top: 45px;
    }
    .triangle-right {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 8px solid #C9C9C9;
        border-bottom: 5px solid transparent;
        position: relative;
        right: -53px;
        top: -45px;
    }
    .xwzxbox {
        padding: 4%;
        background-image: url("../img/xinwenbg.png");
        background-size: 100% 100%;
    }
    .xwzx_conentitem>img,
    .xwzx_conentitem1>img {
        width: 100%;
    }
    .xwzx_navbox {
        width: 100%;
        height: 6rem;
    }
    .xwzx_navbox>a {
        color: #444444;
        font-size: 1.6rem;
        letter-spacing: 0.05rem;
        padding: 1% 1.5%;
        margin: 1%;
        border: 1px solid #444444;
    }
    .xwzx_navbox>a.active {
        background-color: #F82725;
        color: #fff;
        border-color: #F82725;
    }
    .xwzx_conentbox {
        width: 100%;
        display: none;
    }
    .xwzx_conentbox.active {
        display: block;
    }
    .xwzx_conentitem {
        position: relative;
        margin: 1% 0%;
    }
    .xwzx_conentitem>div.bbg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }
    .xwzx_conentitem>.xwzx_titbox>h4 {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        margin: 60px 0 20px;
    }
    .xwzx_conentitem>.xwzx_titbox>p {
        font-size: 1.4rem;
        color: #ffffff;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
    }
    .xwzx_conentitem>.xwzx_titbox>a {
        padding: 2%;
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        background-color: #F82725;
        color: #fff;
        position: absolute;
        bottom: 20%;
        right: 20%;
    }
    .xwzx_titbox {
        height: 100%;
        padding: 12%;
        position: absolute;
        top: 0;
    }
    .xwzx_conentitem1 {
        width: 46%;
        margin: 0 1%;
        display: inline-block;
    }
    .xwzx_conentitem1>h4 {
        font-size: 1.6rem;
        margin: 20px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xwzx_conentitem1>p {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        line-height: 1.8rem;
        color: #7e7e7e;
    }
    .xwzx_conentitem1>div>img,
    .xwzx_conentitem1>div>span {
        vertical-align: middle;
    }
    .xwzx_conentitem1>div>span {
        font-size: 1.6rem;
    }
    .dzphone {
        width: calc(100%/2);
        border-right: 1px dashed #C9C9C9;
        height: 40px;
        position: relative;
        float: left;
    }
    .dzphone>div {
        background-color: #F82725;
        padding: 15px;
        border-radius: 50px;
        position: absolute;
        bottom: -5.5rem;
        right: -9.8rem;
    }
    .dzphone>div>img {
        width: 2rem;
    }
    .dzphone>div>span {
        font-size: 2.2rem;
    }
    .fliyoubox {
        width: 100%;
        background-color: #fff;
    }
    .fliyoubox>div {
        /* border-left: 1px solid #F82725; */
        border-right: 1px solid #F82725;
    }
    .cystitbox {
        padding: 20px;
    }
    .cystitbox>.etit_cys {
        color: #F82725;
        font-size: 1.8rem;
        font-weight: bolder;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
    }
    .cystitbox>.ctit_cys {
        color: black;
        font-size: 2rem;
        font-weight: bolder;
        letter-spacing: 0.2rem;
    }
    .cystitbox>div {
        width: 18%;
        height: 2px;
        background-color: #F82725;
        margin: 0px auto;
    }
    .cycimgbox {
        width: 100%;
    }
    .cycimgbox>img {
        width: 100%;
        height: 100%;
    }
    .fugai {
        /* position: relative; */
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translate(0.6rem, 0.6rem);
        transition: all .3s;
        position: relative;
    }
    .fugai>.yyly_load_img {
        width: 200%;
        height: 100%;
    }
    .yyly_load_img_be {
        width: 100%;
        height: 100%;
        background-color: rgba(33, 199, 89, 0.6);
        position: absolute;
        top: 0%;
    }
    .yyly_load>p {
        position: absolute;
        bottom: 20%;
        left: 38%;
        font-size: 1.4rem;
    }
    .yyly_load_icon {
        position: absolute;
        width: 50%;
        top: 20%;
        left: 38%;
    }
    .yyly_load_index {
        position: absolute;
        /* width: 50%; */
        /* height: 3rem; */
        background-color: #0B4D93;
        text-align: center;
        padding-top: 2%;
        font-size: 2.6rem;
        left: 35%
    }
    .cpzs_nav {
        margin: 5% auto;
    }
    .cpzs_nav>a:hover>.navItem,
    .cpzs_nav>a.active>.navItem,
    .cpzs_nav>a.active1>.navItem {
        /*background-color: #0B4D93;*/
    }
    .navItem {
        color: #fff;
        font-size: 1.4rem;
        display: inline-block;
        width: 28%;
        height: 40px;
        line-height: 40px;
        /*background-color: #05c8eb;*/
        background-color: #0B4D93;
        text-align: center;
        position: relative;
        margin: 1%;
    }
    .navItem::before {
        content: '[';
    }
    .navItem::after {
        content: ']';
    }
    .navItem::before,
    .navItem::after {
        display: inline-block;
        clear: both;
        opacity: 0;
        transition: .3s;
        color: white;
    }
    .navItem:hover::before {
        transform: translateX(-10px);
        opacity: 1;
    }
    .navItem:hover::after {
        transform: translateX(10px);
        opacity: 1;
    }
    .cpzs_content {
        width: 42%;
        margin: 1rem;
        padding: 0;
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .cpzs_content:hover {
        /*transform: scale(1.1);
		transition: all 0.8s;
		box-shadow: 3px -3px 6px #8D8D8D;
		z-index: 5;*/
    }
    .cpzs_content:hover>div {
        /*transition: all 1.6s;
		width: 10rem;*/
    }
    .cpzs_content:hover>.cpzs_load {
        /*display: block;
		transition: all 0.8s;*/
    }
    .cpzs_box {
        display: none;
    }
    .cpzs_box.active {
        display: none;
    }
    .cpzs_box>.cpzs_content:nth-of-type(odd) {
        background-color: #535353;
    }
    .cpzs_box>.cpzs_content:nth-of-type(even) {
        background-color: #0B4D93;
    }
    .cpzs_content>img {
        width: 100%;
    }
    .cpzs_content_title {
        margin: 10% auto 3%;
        padding: 5%;
        font-size: 1.6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .cpzs_content>div {
        width: 2rem;
        margin: 3% auto;
        height: 1.5px;
        background-color: #fff;
    }
    .cpzs_content>.cpzs_content_desc {
        font-size: 1.4rem;
        margin: 2% auto 12%;
    }
    .cpzs_load {
        display: none;
        position: absolute;
        bottom: 1rem;
        left: 48%;
    }
    .anli_bg {
        width: 100%;
        padding-top: 10%;
    }
    .anli_bg>img {
        margin: 2% 0% 0%;
        width: 100%;
    }
    .anli_content {
        position: relative;
        top: -5rem;
        padding-left: 1rem;
    }
    .anli_ckgd {
        position: absolute;
        left: 35%;
    }
    .anli_ckgd button {
        padding: 0.5rem 1rem;
        border-radius: 10px;
        border: 2px solid;
        font: 20px 'Open Sans', sans-serif;
        text-transform: uppercase;
        background: none;
        outline: none;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .anli_ckgd .btn1 {
        color: #333333;
        border-color: #0B4D93;
        background: -webkit-linear-gradient(left, #0B4D93, #0B4D93) no-repeat;
        background: linear-gradient(to right, #0B4D93, #0B4D93) no-repeat;
        background-size: 0% 100%;
    }
    .anli_ckgd .btn1:hover {
        background-size: 100% 100%;
        color: #fff;
    }
    .anli_ckgd .btn1>a:hover {
        color: #fff;
    }
    /* ��ҵ���� */
    .main {
        margin: 5% auto 10%;
        width: 100%;
        /* height: 32rem; */
    }
    .main .main_img {
        /* height: 32rem; */
        width: 48%;
        /* overflow: hidden; */
        position: relative;
        display: inline-block;
        margin: 1rem 0rem;
    }
    .main_img .main_info {
        position: absolute;
        z-index: 1;
        bottom: 0%;
        background-color: rgba(33, 199, 89, 0.4);
        border-top: solid 2px #CB5412;
        /* height: 400px; */
        width: 100%;
    }
    .main_img .main_info p {
        color: #fff;
        line-height: 2rem;
        font-size: 1.4rem;
    }
    .main_img .main_info .info {
        height: 105px;
        border: 1px solid #fff;
        margin-bottom: 0px;
    }
    .main_img .main_info .info h2 {
        color: #FFFFFF;
        line-height: 2rem;
        font-size: 2.2rem;
    }
    .main_img .main_info .info_more {
        border-top: 1px solid #CB5412;
        /* height: 140px; */
    }
    .main_img .main_info .info_more p {
        text-align: left;
        text-indent: 2em;
        overflow: ellipsis;
        display: none;
    }
    .main .mar_no {
        margin-right: 0;
    }
    .main .main_img img {
        width: 100%;
        height: 18rem;
    }
    .adv_texing2:nth-child(1) {
        background: url(../image/youshi_icon01.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2:nth-child(2) {
        background: url(../image/youshi_icon02.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2:nth-child(3) {
        background: url(../image/youshi_icon03.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2:nth-child(4) {
        background: url(../image/youshi_icon04.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2:nth-child(5) {
        background: url(../image/youshi_icon05.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2:nth-child(6) {
        background: url(../image/youshi_icon06.png) no-repeat top center;
        background-size: 3rem 3.5rem;
    }
    .adv_texing2 {
        font-size: 1.4rem;
        display: inline-block;
        width: 30%;
        margin: 1rem 0rem;
        padding-top: 5rem;
        cursor: pointer;
        color: #F82725;
    }
    #liyou_Carbox {
        /* margin: 9% 17%; */
    }
    #liyou_Carbox>.carousel-inner>.item {
        position: relative;
    }
    #liyou_Carbox>.carousel-inner>.item>img {
        margin: 0 auto;
    }
    #liyou_Carbox .carousel-control {
        right: 2rem;
        left: auto;
        width: 5%;
        bottom: auto;
        top: 45%;
        color: #535353;
    }
    .liyou_content {
        /* position: absolute;
		top: 15%;
		right: 16%;
		width: 42%;
		height: 25rem; */
        background-color: #fff;
        padding: 3% 1.5%;
        box-shadow: 3px 3px 8px black;
    }
    .liyou_content_txt>h2 {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .liyou_content_txt>div {
        width: 2rem;
        height: 0.15rem;
        background-color: #0B4D93;
        margin: 1rem 0;
    }
    .liyou_content_txt>p {
        line-height: 1.5rem;
    }
    .liyou_carousel {
        padding: 5rem 1rem;
    }
    .carousel-inner {
        overflow: inherit;
    }
    .hot_line {
        color: #0B4D93;
        font-size: 1.6rem;
        width: 100%;
        border: 1.5px solid #0B4D93;
        padding: 2.5%;
        text-align: center;
    }
    .hot_line>p {
        margin: 0;
    }
    .liyou_content>div:nth-child(3) {
        position: absolute;
        top: 5%;
        left: -10%;
        width: 6rem;
        height: 2px;
        background-color: #0B4D93;
    }
    .liyou_content>div:nth-child(4) {
        position: absolute;
        bottom: 5%;
        right: -6%;
        width: 4rem;
        border-top: 0.2rem solid transparent;
        border-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #0B4D93, #0B4D93, #0B4D93);
        border-image-slice: 10;
    }
    .xwzx_nav {
        width: 100%;
        height: 4rem;
        margin-top: 5%;
        margin-left: 10%;
    }
    .xwzx_nav>a {
        color: #656565;
        font-size: 2.2rem;
        margin: 0% 2%;
        padding: 1% 0%;
        text-decoration: none;
    }
    .xwzx_nav>a:hover,
    .xwzx_nav>a.active {
        color: #01B751;
        border-bottom: 0.2rem solid transparent;
        border-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #01B751, #01B751, #01B751);
        border-image-slice: 10;
        text-decoration: none;
    }
    .xwzx_content {
        display: none;
    }
    .xwzx_content.active {
        display: block;
    }
    .xwzx_content_box1 {
        width: 48%;
        background-color: #fff;
        padding: 5%;
    }
    .xwzx_content_box1>img {
        width: 100%;
    }
    .news {
        width: 100%;
        padding: 30px 20px;
    }
    .news .time {
        width: 100%;
        display: inline-block;
    }
    .news .time>span {
        color: #666666;
    }
    .news .time>span:nth-of-type(1) {
        font-size: 4rem;
        float: left;
    }
    .news .time>span:nth-of-type(2) {
        font-size: 2rem;
        float: right;
        margin-top: 15px;
    }
    .news .xian {
        width: 100%;
        display: inline-block;
        margin: 15px 0px 20px;
    }
    .news .xian>div:nth-of-type(1) {
        width: 15%;
        height: 3px;
        float: left;
        background-color: #1FA439;
    }
    .news .xian>div:nth-of-type(2) {
        width: 82%;
        height: 3px;
        float: right;
        background-color: #cccccc;
        position: relative;
    }
    .news .xian>div:nth-of-type(2)::before {
        width: 0%;
        height: 3px;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #1A4C9F;
        transition: all 0.5s;
    }
    .news .xian>div:nth-of-type(2).change::before {
        width: 100%;
    }
    .news .title {
        width: 100%;
        display: inline-block;
        margin-bottom: 25px;
    }
    .news .title>a {
        width: 100%;
        display: block;
        color: #333333;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news .text {
        width: 100%;
        margin-bottom: 25px;
    }
    .news .text>span {
        color: #999999;
        font-size: 1.3rem;
        line-height: 25px;
    }
    .news .link {
        width: 100%;
        display: inline-block;
    }
    .news .link>a {
        display: inline-block;
        border: 1px solid #999999;
        padding: 5px 15px;
        font-size: 1.5rem;
        color: #999999;
        float: left;
    }
    .news .link>div {
        float: right;
        width: 40px;
        height: 3px;
        margin-top: 12px;
        background-color: #1FA439;
    }
    /* �ײ� */
    .tit_box .tit2 {
        width: 30%;
        float: none;
        border-bottom: 2px solid #fff;
    }
    .tit_box .tit p {
        display: block;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .tit_box .tit span {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .foot_img {
        width: 100%;
        padding: 2rem;
        background-color: #131326;
    }
    .foot_img .tit_box>p {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        margin: 22px 0px;
    }
    .foot_img .tit_box .icon {
        width: 100%;
        margin-top: 30px;
    }
    .foot_img .tit_box .icon>div {
        width: 100%;
    }
    .foot_img .tit_box .icon i {
        display: block;
        width: 20px;
        height: 20px;
        margin: 0px 5px;
        float: left;
        background: url(../image/f_dizhi.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .tit_box .icon>div {
        width: 100%;
        display: inline-block;
        color: #fff;
        font-size: 1.5rem;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .foot_img .tit_box .icon span {
        font-weight: bold;
    }
    .foot_img .tit_box .icon>div:nth-of-type(2)>i {
        background: url(../image/f_lianxiren.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .tit_box .icon>div:nth-of-type(3)>i {
        background: url(../image/f_youxiang.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .tit_box .icon>div:nth-of-type(4)>i {
        background: url(../image/f_chuanzhen.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .tit_box .icon>div:nth-of-type(5)>i {
        background: url(../image/f_dizhi.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .tit_box .icon>div:nth-of-type(6)>i {
        background: url(../image/f_wangzhan.png)center center;
        background-size: 1.6rem 1.6rem;
        background-repeat: no-repeat;
    }
    .foot_img .foot_logo {}
    .foot_img .foot_logo>img {
        width: 10rem;
        display: block;
        float: left;
        transform: translateY(-7px);
    margin: 0.5rem;
    }
    .foot_img .foot_logo .name {
        float: left;
    }
    .foot_img .foot_logo .name>p {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        display: block;
        margin: 10px 0px;
    }
    .foot_img .foot_logo .name>span {
        color: #fff;
        font-size: 1.4rem;
    }
    .foot_img .link {
        width: 30%;
        border-bottom: 2px solid #fff;
        margin-right: 2%;
    }
    .foot_img .link>p {
        display: block;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .foot_img .link_a {
        width: 95%;
        margin: 20px auto 0px;
    }
    .foot_img .link_a>a {
        margin: 0px 10px;
        font-size: 1.5rem;
        color: #333333;
        line-height: 2rem;
    }
    .copyright {
        width: 100%;
        display: inline-block;
        background-color: #000000;
        padding-bottom: 4rem;
    }
    .copyright span,
    .copyright a {
        color: #fff;
        line-height: 30px;
    }
    .copyright span {
        display: block;
    }
    .copyright a:hover {
        color: #F82725;
    }
    .xs_nav {
        position: fixed;
        background-color: #F82725;
        width: 100%;
        height: 40px;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        text-align: center;
    }
    .xs_nav>ul {
        font-size: 0px;
    }
    .xs_nav>ul>li {
        display: inline-block;
        width: calc(100% / 4);
        border-left: 1px solid #fff;
        position: relative;
    }
    .xs_nav>ul>li:nth-of-type(1) {
        border-left: 1px solid #F82725;
    }
    .xs_nav>ul>li>img {
        width: 20%;
        vertical-align: top;
        margin: 12% 0px;
        margin-right: 5px;
    }
    .xs_nav>ul>li>a {
        cursor: pointer;
        display: inline-block;
        color: #fff;
        line-height: 40px;
        font-size: 1.2rem;
    }
    .xs_nav>ul>li>div {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 100%;
        background-color: rgba(248, 39, 37, 0.9);
        display: none;
    }
    .xs_nav>ul>li>div>ul {
        display: block;
    }
    .xs_nav>ul>li>div>ul>li {
        border-top: 1px solid #ffffff;
    }
    .xs_nav>ul>li>div>ul>li>a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 1.2rem;
    }
    .links {
        font-size: 1.6rem;
    }
    .links .box {
        padding: 15px;
        position: relative;
    }
    .links span {
        width: 100%;
        color: #fff;
        position: relative;
    }
    .links .list {
        position: relative;
        font-size: 1rem;
        width: 100%;
    }
    .links .list a {
        color: #fff;
        display: inline-block;
        margin: 0.5rem 0rem;
        width: 32%;
    }
    .links .list a:hover {
        color: #F82725;
    }
    .saoyisao {
        display: none;
    }
}